net/http.http2stream.inflow (field)

6 uses

	net/http (current package)
		h2_bundle.go#L4300: 	inflow           http2flow // what the client is allowed to POST/etc to us
		h2_bundle.go#L5440: 		if st.inflow.available() < int32(f.Length) {
		h2_bundle.go#L5443: 		st.inflow.take(int32(f.Length))
		h2_bundle.go#L5706: 	st.inflow.conn = &sc.inflow // link to conn-level counter
		h2_bundle.go#L5707: 	st.inflow.add(sc.srv.initialStreamRecvWindowSize())
		h2_bundle.go#L6025: 		ok = st.inflow.add(n)